home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / procssng / ccs / ccs-11tl.lha / lbl / sun / libscs / README < prev    next >
Encoding:
Text File  |  1992-12-08  |  858 b   |  19 lines

  1. libccs.a and libscs#.a \- conversion libarary for following type of images:
  2.  
  3.     HIPS, FITS, GIF, ICC, RLE, PNM, SUN-RASTER, AND TIFF
  4.  
  5. The -lscs# is the conversion library initial routine. This makes your program
  6.     as small as possible when linked with libccs.a (-libccs).
  7. The -lscs1 (libscs1.a) reads only HIPS and FITS images.
  8. The -lscs2 (libscs2.a) can read one more type - RLE image.
  9. The -lscs3 (libscs3.a) reads all of the supporing type images, except
  10.     PICT & JPEG.
  11. The -lscs4 (libscs4.a) reads all of the above types except JPEG.
  12. he -lscs[1-4] only output HIPS and RLE images. For other output formats,
  13.     see "man toany".
  14. The -lscs5 (libscs5.a) reads all.
  15. The -lscs6 (libscs6.a) reads all and writes some of the supporing types:
  16.     HIPS, RLE, and Sun-Raster image.
  17. It will be able to write all above types, or this ability will be implemented
  18. in the future.
  19.